net/http.http2randomWriteScheduler.sq (field)
8 uses
net/http (current package)
h2_bundle.go#L11655: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L11665: sq map[uint32]*http2writeQueue
h2_bundle.go#L11676: q, ok := ws.sq[streamID]
h2_bundle.go#L11680: delete(ws.sq, streamID)
h2_bundle.go#L11694: q, ok := ws.sq[id]
h2_bundle.go#L11697: ws.sq[id] = q
h2_bundle.go#L11708: for streamID, q := range ws.sq {
h2_bundle.go#L11711: delete(ws.sq, streamID)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)